home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / Xm / XmDropSiteQueryStackingOrder.z / XmDropSiteQueryStackingOrder
Text File  |  1998-10-30  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeeeQQQQuuuueeeerrrryyyySSSSttttaaaacccckkkkiiiinnnnggggOOOOrrrrddddeeeeUUUUrrrrNNNN((((IIII3333XXXXXXXX))))SSSSyyyyssssXXXXttttmmmmeeeeDDDDmmmmrrrrooooVVVVppppSSSSiiiitttteeeeQQQQuuuueeeerrrryyyySSSSttttaaaacccckkkkiiiinnnnggggOOOOrrrrddddeeeerrrr((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeeeQQQQuuuueeeerrrryyyySSSSttttaaaacccckkkkiiiinnnnggggOOOOrrrrddddeeeerrrr - A Drag and Drop function that
  10.           returns the parent, a list of children, and the number of
  11.           children for a specified widget
  12.  
  13.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  14.           #include <Xm/DragDrop.h>
  15.           SSSSttttaaaattttuuuussss XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeeeQQQQuuuueeeerrrryyyySSSSttttaaaacccckkkkiiiinnnnggggOOOOrrrrddddeeeerrrr(
  16.           WWWWiiiiddddggggeeeetttt wwwwiiiiddddggggeeeetttt,
  17.           WWWWiiiiddddggggeeeetttt ****ppppaaaarrrreeeennnntttt____rrrreeeettttuuuurrrrnnnn,
  18.           WWWWiiiiddddggggeeeetttt ********cccchhhhiiiilllldddd____rrrreeeettttuuuurrrrnnnnssss,
  19.           CCCCaaaarrrrddddiiiinnnnaaaallll ****nnnnuuuummmm____cccchhhhiiiilllldddd____rrrreeeettttuuuurrrrnnnnssss);
  20.  
  21.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  22.           This page documents Motif 2.1.
  23.  
  24.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  25.           XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeeeQQQQuuuueeeerrrryyyySSSSttttaaaacccckkkkiiiinnnnggggOOOOrrrrddddeeeerrrr obtains the parent, a list of
  26.           children registered as drop sites, and the number of
  27.           children registered as drop sites for a given widget. The
  28.           children are listed in current stacking order, from bottom-
  29.           most (first child) to the top-most (last child).  This
  30.           function allocates memory for the returned data that must be
  31.           freed by calling XXXXttttFFFFrrrreeeeeeee.
  32.  
  33.           _w_i_d_g_e_t    Specifies the widget ID. For this widget, you
  34.                     obtain the list of its children, its parent, and
  35.                     the number of children.
  36.  
  37.           _p_a_r_e_n_t__r_e_t_u_r_n
  38.                     Returns the widget ID of the drop site parent of
  39.                     the specified widget.
  40.  
  41.           _c_h_i_l_d__r_e_t_u_r_n_s
  42.                     Returns a pointer to the list of drop site
  43.                     children associated with the specified widget.
  44.                     The function allocates memory to hold the list.
  45.                     The application is responsible for managing the
  46.                     allocated space.  The application can recover the
  47.                     allocated space by calling XXXXttttFFFFrrrreeeeeeee.
  48.  
  49.           _n_u_m__c_h_i_l_d__r_e_t_u_r_n_s
  50.                     Returns the number of drop site children for the
  51.                     specified widget.
  52.  
  53.           For a complete definition of DropSite and its associated
  54.           resources, see XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeee(3).
  55.  
  56.      RRRREEEETTTTUUUURRRRNNNN
  57.           Returns 0 (zero) if the routine fails; returns a nonzero
  58.           value if it succeeds.
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/24/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeeeQQQQuuuueeeerrrryyyySSSSttttaaaacccckkkkiiiinnnnggggOOOOrrrrddddeeeeUUUUrrrrNNNN((((IIII3333XXXXXXXX))))SSSSyyyyssssXXXXttttmmmmeeeeDDDDmmmmrrrrooooVVVVppppSSSSiiiitttteeeeQQQQuuuueeeerrrryyyySSSSttttaaaacccckkkkiiiinnnnggggOOOOrrrrddddeeeerrrr((((3333XXXX))))
  71.  
  72.  
  73.  
  74.      RRRREEEELLLLAAAATTTTEEEEDDDD
  75.           XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeee(3) and XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeeeCCCCoooonnnnffffiiiigggguuuurrrreeeeSSSSttttaaaacccckkkkiiiinnnnggggOOOOrrrrddddeeeerrrr(3).
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                         (printed 10/24/98)
  130.  
  131.  
  132.  
  133.